home *** CD-ROM | disk | FTP | other *** search
- InfoManager = {
- ACTIONS = {
- info:;
- switchView:;
- };
- OUTLETS = {
- infoPanel;
- infoView;
- infoButton;
- };
- SUPERCLASS = Object;
- };
- DarkForest = {
- ACTIONS = {
- compress:;
- app:;
- reapChild:;
- sortColumn:;
- sort:;
- update:;
- delete:;
- flense:;
- openHome:;
- open:;
- };
- OUTLETS = {
- prefMgr;
- noMoreWarnings;
- filesMenu;
- };
- SUPERCLASS = Object;
- };
- InfoView = {
- ACTIONS = {
- windowWillClose:;
- };
- OUTLETS = {
- background;
- bats;
- moonMask;
- };
- SUPERCLASS = View;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- PreferenceMgr = {
- ACTIONS = {
- checkBoxChanged:;
- preferences:;
- getDefaultScript:;
- revert:;
- set:;
- };
- OUTLETS = {
- checkBoxes;
- window;
- cleanUpText;
- setButton;
- revertButton;
- displayIcons;
- };
- SUPERCLASS = Object;
- };
-